home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / net / amitcp2_x_gcc.lha / RCS.RCSfiles / netsocket.c,v < prev    next >
Text File  |  1994-01-12  |  739b  |  59 lines

  1. head    1.2;
  2. access;
  3. symbols;
  4. locks
  5.     jasegler:1.2; strict;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.2
  10. date    94.01.12.18.37.04;    author jasegler;    state Exp;
  11. branches;
  12. next    1.1;
  13.  
  14. 1.1
  15. date    94.01.11.19.31.38;    author jasegler;    state Exp;
  16. branches;
  17. next    ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @*** empty log message ***
  27. @
  28. text
  29. @char RCS_ID_NETSOCKET_C[] = "$Id: netsocket.c,v 1.1 1994/01/11 19:31:38 jasegler Exp $";
  30. /* $Id: netsocket.c,v 1.1 1994/01/11 19:31:38 jasegler Exp $
  31.  
  32.  * Normal function library instead of inline headers.. :)
  33.  */
  34.  
  35.  
  36.  
  37. #include <exec/types.h>
  38. #include <dos/dos.h>
  39. #include <sys/types.h>
  40.  
  41. #define static
  42. #define __inline
  43.  
  44. #include <clib/socket_protos.h>
  45. #include <inline/socket.h>
  46. @
  47.  
  48.  
  49. 1.1
  50. log
  51. @Initial revision
  52. @
  53. text
  54. @d1 2
  55. a2 2
  56. char RCS_ID_C[] = "$Id$";
  57. /* $Id$
  58. @
  59.